home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ts4st17.zip / STATRCOR.INF < prev   
Text File  |  1992-09-22  |  7KB  |  164 lines

  1.                            - 1 -
  2. Tue 22-September-1992                          (All rights reserved)
  3.  
  4. About TS4ST in General  (Statistics: Ranks and correlations)
  5. ======================
  6.  
  7. Apply question mark ? with the program call for a brief description
  8. of a program.
  9.  
  10. This package may be used and distributed freely for NON-COMMERCIAL,
  11. NON-INSTITUTIONAL, PRIVATE purposes, provided it is not changed in
  12. any way.
  13. ┌────────────────────────────────────────────────────────────────┐
  14. │ For ANY other usage (such as use in a business enterprise or a │
  15. │ university) or the full scale version contact the author for a │
  16. │ personal or a site license.                                    │
  17. └────────────────────────────────────────────────────────────────┘
  18. Please do not distribute any part of this package separately.
  19. Uploading to BBSes is encouraged.
  20.  
  21. The registered version is strictly for the registrant only.
  22. Identical programs must NOT be running on more than one computer at
  23. a time. Site licensed programs must not be run outside the licensed
  24. site.
  25.  
  26. The programs are under development. Comments and contacts are
  27. solicited. If you have any questions, please do not hesitate to use
  28. electronic mail for communication.
  29. InterNet address: ts@uwasa.fi         (preferred)
  30. Bitnet address:   SALMI@FINFUN
  31.  
  32. The author shall not be liable to the user for any direct, indirect
  33. or consequential loss arising from the use of, or inability to use,
  34. any program or file howsoever caused. No warranty is given that the
  35. programs will work under all circumstances.
  36.  
  37. Timo Salmi
  38. Professor of Accounting and Business Finance
  39. Faculty of Accounting and Industrial Management
  40. University of Vaasa
  41. P.O. BOX 297, SF-65101 Vaasa, Finland
  42.  
  43.  
  44. CONTENTS:
  45.  
  46.   1. General Description
  47.   2. Release Notes
  48.   3. List of the files in the package
  49.  
  50.                            - 2 -
  51.  
  52.  
  53. 1. GENERAL DESCRIPTION
  54.  
  55. STATRCOR (Ver 1.7)
  56.  
  57.    STATistics: Ranks and CORrelations is part of the interactive
  58. statistical system by Timo Salmi. It is the fourth program in the
  59. set. The first program in the set is Statistical measures (STATMEAS
  60. in TS1STxx.ZIP), which is intended for univariate analysis. The
  61. second program in the set is multiple regression analysis (STATREGR
  62. in TS2STxx.ZIP). The third program in the set is for transforming
  63. observations (STATTRAN in TS3STxx.ZIP). The fifth program in the set
  64. is STATistics: Least Absolute Deviation multiple Regression
  65. (STATLADR in TS5STxx.ZIP).
  66.    STATRCOR includes a built-in help system, which can be invoked by
  67. typing ? at any interactive question. Because of this built-in help,
  68. and the interactive nature of the program's user interface, no
  69. long-winding instructions have been included. (Who reads
  70. instructions anyhow?)
  71.    STATRCOR optionally calculates:
  72.  1) The ordinary Pearson's correlation coefficients
  73.  2) The t-test values of Pearson's correlation coefficients for
  74.     testing their statistical significance
  75.  3) Spearman''s rank correlation coefficients
  76.  4) Ranks of the observations for any individual variable.
  77.  
  78. More information about the required format of the input data, and
  79. other details, can be found in the documentations of the earlier
  80. programs in this statistics set. The information is not repeated
  81. here.
  82.  
  83.  
  84. 2. RELEASE NOTES
  85.  
  86.    Version 1.1: Some internal changes.
  87.  
  88.    Version 1.2: Some of the routines of the Turbo Pascal code have
  89. been optimized for increased speed.
  90.  
  91.    Version 1.3:  This version introduces input recall and line
  92. editing. The special keys Del, CrLf, CrRg, CrUp, Home, End, and Esc
  93. are functional for this purpose. PgUp is the recall key. Line
  94. editing uses insert mode.
  95.  Disk access has been made faster (the program has its own cache).
  96.  The directory routine has been updated.
  97.  Read-only files can be read properly.
  98.  
  99.    Version 1.4: While fixing a bug in the multiple regression
  100. program I also made some enhancements in the routines which are
  101. common to all my statistical programs. Most importantly the insert
  102. key has been made functional in the line editing.
  103.  
  104.    Version 1.5: The line editing potential of the program has been
  105. improved. When the task is given from the keyboard, and continuation
  106. lines are used, the repeated input recall (CursorUp) gets each line
  107. in turn. Ctlr-C and break-key abort have been enhanced.
  108.  A line can be continued using an &, or a * at the end. Now also the
  109. backslash \ is accepted.  This was suggested by Tuomas Eerola.
  110.  Some help texts within the program have been extended.
  111.  
  112.    Version 1.6: Several improvements to the nuts and bolts of the
  113. user interface.
  114.    The new usage of the call is
  115. PROGNAME [/h(elp)] [/iInputFileName] [/oOutputFileName] [/cColumnsPerRow]
  116. (the /c option, which regulates the width of the output, is for
  117. registered versions, only). If you use the /i switch, it stuffs the
  118. InputFileName into the appropriate recall buffer. This means that
  119. when the program asks you for the input file name, you can invoke
  120. the input file name just by pressing the CursorUp key. (The same
  121. goes for the /o switch, respectively.) This is very convenient, if
  122. you use the program many times successively making small changes in
  123. your data in between. (This assumes, of course, that you have a
  124. command line editor like DOSEDIT or CED to recall previous MsDos
  125. commands. These common shareware programs can be obtained from any
  126. well-stocked BBS or FTP site.)
  127.    The printer readiness test has been rewritten to be more general.
  128. The earlier test failed for some printers, because the codes the
  129. printers send when they are offline are not standardized.
  130.    The "file exists, overwrite?" question is no more asked when the
  131. output file is prn, in other words when the output is directed to
  132. the printer.
  133.    The user has now a choice of a left margin from 0 to 20 blanks
  134. when output is directed to the printer.
  135.    The user has now a choice between formfeed and four blank lines
  136. to start each new page of output.
  137.    When an input file is not found, the user is given the choice of
  138. listing a directory. The directory routine has been rewritten.
  139.    The file ready message now also includes the file side besides
  140. the name.
  141.  
  142.    Version 1.7: The input and output file names can be optionally
  143. given as parameters in the program calls, e.g.
  144.       STATRCOR /ic:\stat\test.dat /or:\tmp
  145. This option has  been improved.  The "prefilled"  name (e.g.
  146. c:\stat\test.dat) will now automatically appear on the input line
  147. without the need of pressing the cursor up key. All you need to do
  148. is to press enter.
  149.    Also made some minor internal changes not worth recording.
  150.    Rewrote the document files using a 68 column wrap instead of the
  151. former 80 to make the text easier to read and handle. Added the list
  152. of files in the package to the documentation.
  153.  
  154. 3. LIST OF THE FILES IN THE PACKAGE
  155.  
  156. TS4ST Statistics by T.Salmi, Part IV
  157. Filename        Comment
  158. --------        --------------------------------
  159. FILE_ID.DIZ     Brief characterization of TS4ST
  160. STATRCOR.EXE    Statistics: Ranks, Correlations
  161. STATRCOR.INF    Document
  162. ----            ------             ------  -----
  163. 0003
  164.